OpenVino and YOLO implementation#97
Closed
waiafur wants to merge 58 commits into
Closed
Conversation
merge with main
merge with main
[Feature] Implement Media Sync and Koin DI Integration (embedded-dev-research#94)
- Make initialize(), detectYolo(), test() suspend functions - Add ensureInitialized() to prevent infinite retry on failures - Add initAttempted flag for single init attempt - Remove deprecated finalize() method - Add proper close() calls in release() for native resources - Update instrumented tests to use runBlocking
Update YOLO download script
… Context directly
refactor: move AiModule to app module, remove FileSystemProvider, use Context directly
This reverts commit 9b9c6a2.
This reverts commit fa106fb.
This reverts commit 30885db.
This reverts commit 7ccce77.
This reverts commit 30885db.
This reverts commit fa106fb.
This reverts commit 9b9c6a2.
This reverts commit 7fa8dbd.
merge with main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: integrate OpenVINO engine with YOLO object detection
Add OpenVinoEngine for on-device AI inference with YOLO model,
NoteAiService implementation, and DI module configuration